home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #13 / CD 13 (Black) - 2001.iso / Open Kart / data1.cab / Level_0_English_Data / menu_multijoueur_select_server.txt < prev    next >
Encoding:
Text File  |  2001-05-10  |  4.3 KB  |  255 lines

  1. ;//********* MULTIJOUEUR - SELECT SERVER (M3) *********
  2. new Container
  3. {
  4.     name "container_multijoueur_select_server"
  5.     z 1
  6.      
  7.     background "data/menus/i_bg_multijoueur_640_0.nif"
  8.  
  9.     on_idle ActionIdleManager
  10.     {
  11.         current_menu 9
  12.     }
  13.     
  14.     new MenuButton
  15.     {
  16.         name "titre_fenetre_mutlijoueur_select"
  17.         x 0.749
  18.         y 0.85
  19.         size_x 0.25
  20.         size_y 0.163
  21.         text "Multiplayer"
  22.         text_size 0.45
  23.         text_initial_color <0,0.66,1,1>
  24.         normal_image "data/menus/i_titre_bouton.nif"
  25.         highlight_image ""
  26.     }
  27.     new MenuButton
  28.     {
  29.         name "background_joindre_une_partie"
  30.         x 0.345
  31.         y 0.85
  32.         z 0.9
  33.         size_x 0.30
  34.         size_y 0.075
  35.         normal_image "data/menus/i_carre_listbox.nif"
  36.         highlight_image ""
  37.     }
  38.     new FastFont
  39.     {
  40.         ;// Joindre une partie
  41.         x 0.3675
  42.         y 0.87
  43.         ratio 0.285
  44.         text "Select a server"
  45.     }
  46.     new FastFont
  47.     {
  48.         ;// Title header
  49.         x 0.35
  50.         y 0.795
  51.         ratio 0.22
  52.         text " Name|  No.|Ping|State"
  53.         multi_column (0.25,0.08,0.08,0.02)
  54.     }    
  55.     new FastFont
  56.     {
  57.         ;// Title header 2
  58.         x 0.35
  59.         y 0.77
  60.         ratio 0.22
  61.         text "|Players|(ping)|"
  62.         multi_column (0.25,0.08,0.08,0.02)
  63.     }    
  64.     new List
  65.     {
  66.         name "mp_server_list"
  67.         x 0.34
  68.         y 0.42
  69.         z 0.9
  70.         size_x 0.50
  71.         size_y 0.35
  72.         background "data/menus/i_carre_listbox.nif"
  73.         multi_column (0.25,0.08,0.08,0.02)
  74.  
  75.         ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
  76.         ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
  77.         SliderFile "data/menus/i_progress_bouton.nif"
  78.         SliderBackGndFile "data/menus/i_progress_bar.nif"
  79.         ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
  80.         ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
  81.  
  82.         selection_type 0
  83.         display_type 1
  84.     }
  85.     new FastFont
  86.     {
  87.         x 0.56
  88.         y 0.32
  89.         ratio 0.25
  90.         text "TCP/IP port :"
  91.     }
  92.     new TextBox
  93.     {
  94.         name "multijoueur_join_port"
  95.         x 0.715
  96.         y 0.315
  97.         size_x 0.08
  98.         size_y 0.04
  99.         keepFocusOnEnter 1
  100.         generateEnterOnMissClick 0
  101.  
  102.         initial_image "data/menus/i_textbox.nif"
  103.         cursor_image "Data/menus/i_texte_curseur.nif"
  104.  
  105.         text_x 0.03
  106.         text_y 0.03
  107.         text_size_x 0.94
  108.         
  109.         char_ratio_x 0.3
  110.         initial_color <0.99,0.61,0,1>
  111.         select_color <1,1,0,1>
  112.         over_color <0,0.66,1,1>
  113.     }
  114.     new MenuButton
  115.     {
  116.         name "multijoueur_join_refresh"
  117.         ;// Refresh
  118.         x 0.855
  119.         y 0.665
  120.         text "Refresh"
  121.  
  122.         ;// eMP_JOIN_REFRESH
  123.         state_manager "43"
  124.     }
  125.     new MenuButton
  126.     {
  127.         name "multijoueur_join_join"
  128.         ;// Joindre
  129.         x 0.855
  130.         y 0.555
  131.         text "Join"
  132.  
  133.         ;// eMP_JOIN_JOIN
  134.         state_manager "44"
  135.     }
  136.     new MenuButton
  137.     {
  138.         x 0.855
  139.         y 0.445
  140.         text "Specify"
  141.         text2 "IP Address"
  142.  
  143.         warp_to "container_multijoueur_specify_server"
  144.     }    
  145.     new MenuButton
  146.     {
  147.         ;// retour
  148.         x 0.74
  149.         y 0.07
  150.         text "Back"
  151.         ;// eMP_JOIN_BACK
  152.         state_manager "46"
  153.  
  154.         change_script "menu_principal.txt"
  155.         change_container "container_menu_principal"
  156.     }
  157. }
  158.  
  159. ;//********* MULTIJOUEUR - JOIN SPECIFIC IP ADDRESS (M3-2 ?) *********
  160. new Container
  161. {
  162.     name "container_multijoueur_specify_server"
  163.     z 1
  164.      
  165.     background "data/menus/i_bg_multijoueur_640_0.nif"
  166.  
  167.     on_idle ActionIdleManager
  168.     {
  169.         current_menu 11
  170.     }
  171.     new MenuButton
  172.     {
  173.         name "titre_fenetre_mutlijoueur_select"
  174.         x 0.749
  175.         y 0.85
  176.         size_x 0.25
  177.         size_y 0.163
  178.         text "Multiplayer"
  179.         text_size 0.45
  180.         text_initial_color <0,0.66,1,1>
  181.         normal_image "data/menus/i_titre_bouton.nif"
  182.         highlight_image ""
  183.     }
  184.     new FastFont
  185.     {
  186.         x 0.31
  187.         y 0.82
  188.         ratio 0.5
  189.         text "Specify IP Address"
  190.     }
  191.     new Button
  192.     {
  193.         ;// fond
  194.         x 0.30
  195.         y 0.40
  196.         z 0.9
  197.         size_x 0.6
  198.         size_y 0.4
  199.         state_normal ActionAnimableImage
  200.         {
  201.             list ("data/menus/i_carre_pop_up.nif")
  202.         }
  203.     }
  204.     new FastFont
  205.     {
  206.         x 0.44
  207.         y 0.69
  208.         ratio 0.3
  209.  
  210.         text "Enter complete address:"
  211.         initial_color <1,1,1,1>
  212.     }
  213.     new TextBox
  214.     {
  215.         name "mp_specify_address"
  216.         x 0.37
  217.         y 0.63
  218.         size_x 0.45
  219.         size_y 0.04
  220.         keepFocusOnEnter 1
  221.         generateEnterOnMissClick 0
  222.  
  223.         initial_image "data/menus/i_textbox.nif"
  224.         cursor_image "Data/menus/i_texte_curseur.nif"
  225.  
  226.         text_x 0.03
  227.         text_y 0.03
  228.         text_size_x 0.94
  229.         
  230.         char_ratio_x 0.3
  231.         initial_color <0.99,0.61,0,1>
  232.         select_color <1,1,0,1>
  233.         over_color <0,0.66,1,1>
  234.     }
  235.     new MenuButton
  236.     {
  237.         name "mp_specify_address_ok"
  238.         x 0.55
  239.         y 0.47
  240.         text "Connect"
  241.  
  242.         ;// eMP_JOIN_SPECIFY
  243.         state_manager "45"
  244.     }
  245.     new MenuButton
  246.     {
  247.         ;// retour
  248.         x 0.74
  249.         y 0.07
  250.         text "Back"
  251.  
  252.         warp_to "container_multijoueur_select_server"
  253.     }
  254. }
  255.